home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gpt32src.zip / INTERGRA.X11 < prev    next >
Linux/UNIX/POSIX Shell Script  |  1991-09-09  |  485b  |  11 lines

  1. #!/bin/sh
  2. mv gnuplot_x11.c gnuplot_x11.c_x
  3. mv corplot.c corplot.c_pc
  4. acc -knr -DSYSV -DUSG -DVFORK -DNOCOPY -DGAMMA=gamma -DGETCWD -DX11 \
  5. -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw *.c \
  6. -lbsd -lplot -lm -o gnuplot.intergraph
  7. mv gnuplot_x11.c_x gnuplot_x11.c
  8. acc -knr -DSYSV -DUSG -DVFORK -DNOCOPY -DGAMMA=gamma -DGETCWD -DX11 \
  9. -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw gnuplot_x11.c \
  10. -lXaw -lXmu -lXt -lXext -lX11 -lbsd -lm -o gnuplot_x11.intergraph
  11.